home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 031-040 / amok32 / tetriz / tetriz.readme < prev    next >
Text File  |  1993-11-04  |  4KB  |  110 lines

  1.  
  2.  
  3.                              T e t r i z
  4.                           =================
  5.  
  6.  
  7.                       © 1990 by Fridtjof Siebert
  8.                              Nobileweg 67
  9.                          D-7000-Stuttgart-40
  10.  
  11.  
  12. Introduction:
  13.  
  14.  
  15.   Tetriz is a small game that I've first seen on a PC. The original version
  16.   was named Tetris.
  17.  
  18.   There are already some ports to the Amiga available. One of those that I
  19.   know is even quite good. This ons is Tetrix of David Corbin which appeared
  20.   on Fish # 173. But this version had some things I didn't like:
  21.  
  22.       - It's executable's length was 30K! That's too much for such a simple
  23.         game. Mine just takes 6K!
  24.  
  25.       - It opens it's own screen, although it's window is very small.
  26.  
  27.       - Its speed increased all 10 Lines abruptly. It was hardly possible
  28.         to reach scores higher than 100 Lines, because then the speed is
  29.         increadibly high (once I was lucky and made 101).
  30.  
  31.       - It is Shareware and costs $20! For that price you can get 3 cheap
  32.         commercial games!
  33.  
  34.  
  35.   My version opens its window on the Workbench screen. So you can play
  36.   while your working on your Workbench (e.g. while your copying sth. and
  37.   you're waiting for its completion). As soon as Tetriz's window becomes
  38.   inactive, Tetriz pauses.
  39.  
  40.  
  41. Description:
  42.  
  43.  
  44.   Tetriz can be started by doubleclicking its icon or by typing its name
  45.   from the CLI. 'MiniTetriz' and 'MegaTetriz' are basically equal to
  46.   Tetriz. They only differ in the size of their windows.
  47.  
  48.  
  49.   You start playing by pressing 'S'. Then there are rocks that consist of 4
  50.   squares falling down. They can be moved by pressing '4', '5' or '6' of
  51.   the numeric keypad:
  52.  
  53.     4: move it to the left
  54.  
  55.     5: turn it to the left
  56.  
  57.     6: move it to the right
  58.  
  59.   By pressing space you can drop it.
  60.  
  61.   The aim is to put the stones that way, that you fill some horizontal
  62.   lines of sqaures. When you have filled a line, it'll beep and you'll be
  63.   scored 1 point. Then this line disappeares and the rocks that have been
  64.   above that line fall down.
  65.  
  66.   Your score is displayed in the bottommost line of the window. The left
  67.   number is your score, the right one is the highscore.
  68.  
  69.   If you don't make enough lines, the stack of rocks will grow to the top
  70.   of the window. The game is over as soon as it is impossible to display
  71.   any new rocks on the window.
  72.  
  73.   The velocity of the falling stones increases by every line you've
  74.   finished.
  75.  
  76.  
  77. The Program:
  78.  
  79.   I've written this in the night from 30-Dec-89 to 31-Dec-89 from 22:00
  80.   until 05:00 o' clock. Most of that time I've spend testing wether the
  81.   hiscore works. But I wasn't able to test it for scores higher than 166.
  82.   Tell me if it does.
  83.  
  84.   I've written this with a beta-version of the oberon-compiler I'm
  85.   currently writing. There could be some changes necessary to compile it
  86.   with the official version (to appear).
  87.  
  88.  
  89. Copyright:
  90.  
  91.   Tetriz is free to be spread on freely distributable Public-Domain and
  92.   shareware disks, as long as they are sold for a reasonable charge that is
  93.   less than $6 or DM 8.-.
  94.  
  95.   To distribute Tetriz as part of a commercial product and for any other
  96.   commercial usage of Tetriz, you need a written permission by the author.
  97.  
  98.   You don't have to pay a shareware-fee to use Tetriz, but you're of course
  99.   welcome to send me a donation.
  100.  
  101.   Changes within the program are allowed as long as my name isn't removed.
  102.   Tetriz musn't be distributed without this documentation file.
  103.  
  104.   I insist on the right to forbid some persons the distribution of this
  105.   programm.
  106.  
  107.  
  108. --- Fridtjof.
  109.  
  110.